[go: nahoru, domu]

Searched refs:ab (Results 1 - 8 of 8) sorted by relevance

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplBase.java142 ActionBar ab = getSupportActionBar();
143 if (ab != null) {
144 context = ab.getThemedContext();
170 final ActionBar ab = getSupportActionBar();
171 return ab != null && (ab.getDisplayOptions() & ActionBar.DISPLAY_HOME_AS_UP) != 0;
176 ActionBar ab = getSupportActionBar();
177 if (ab != null) {
178 ab.setHomeAsUpIndicator(upDrawable);
179 ab
[all...]
H A DAppCompatDelegateImplV7.java154 ActionBar ab = peekSupportActionBar();
155 if (ab == null) {
158 ab.setDefaultDisplayHomeAsUpEnabled(true);
196 final ActionBar ab = getSupportActionBar();
197 if (ab instanceof WindowDecorActionBar) {
208 if (ab != null) {
209 ab.onDestroy();
240 ActionBar ab = getSupportActionBar();
241 if (ab != null) {
242 ab
[all...]
H A DAppCompatActivity.java192 final ActionBar ab = getSupportActionBar();
193 if (item.getItemId() == android.R.id.home && ab != null &&
194 (ab.getDisplayOptions() & ActionBar.DISPLAY_HOME_AS_UP) != 0) {
/frameworks/native/libs/gui/
H A DCpuConsumer.cpp175 AcquiredBuffer &ab = mAcquiredBuffers.editItemAt(lockedIdx);
176 ab.mSlot = slot;
177 ab.mBufferPointer = bufferPointer;
178 ab.mGraphicBuffer = mSlots[slot].mGraphicBuffer;
252 AcquiredBuffer &ab = mAcquiredBuffers.editItemAt(lockedIdx);
253 ab.mSlot = BufferQueue::INVALID_BUFFER_SLOT;
254 ab.mBufferPointer = NULL;
255 ab.mGraphicBuffer.clear();
/frameworks/base/core/java/android/content/pm/
H A DPackageItemInfo.java424 public final int compare(PackageItemInfo aa, PackageItemInfo ab) { argument
427 CharSequence sb = ab.loadLabel(mPM);
428 if (sb == null) sb = ab.name;
H A DApplicationInfo.java871 public final int compare(ApplicationInfo aa, ApplicationInfo ab) { argument
876 CharSequence sb = mPM.getApplicationLabel(ab);
878 sb = ab.packageName;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp1262 sp<ABuffer> ab; local
1265 ab = new ABuffer(NULL, mb->range_length());
1267 ab->setMediaBufferBase(mb);
1269 ab = new ABuffer(outLength);
1270 memcpy(ab->data(),
1281 uint8_t* abEnd = ab->data() + mb->range_length();
1285 sp<AMessage> meta = ab->meta();
1340 return ab;
/frameworks/base/core/java/android/app/
H A DActivity.java2353 final ActionBar ab = getActionBar();
2354 if (ab instanceof WindowDecorActionBar) {
2365 if (ab != null) {
2366 ab.onDestroy();

Completed in 153 milliseconds