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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplBase.java187 ActionBar ab = getSupportActionBar();
188 if (ab != null) {
189 context = ab.getThemedContext();
218 final ActionBar ab = getSupportActionBar();
219 return ab != null && (ab.getDisplayOptions() & ActionBar.DISPLAY_HOME_AS_UP) != 0;
224 ActionBar ab = getSupportActionBar();
225 if (ab != null) {
226 ab.setHomeAsUpIndicator(upDrawable);
227 ab
[all...]
H A DAppCompatDelegateImplV9.java157 ActionBar ab = peekSupportActionBar();
158 if (ab == null) {
161 ab.setDefaultDisplayHomeAsUpEnabled(true);
199 final ActionBar ab = getSupportActionBar();
200 if (ab instanceof WindowDecorActionBar) {
211 if (ab != null) {
212 ab.onDestroy();
244 ActionBar ab = getSupportActionBar();
245 if (ab != null) {
246 ab
[all...]
H A DAppCompatActivity.java200 final ActionBar ab = getSupportActionBar();
201 if (item.getItemId() == android.R.id.home && ab != null &&
202 (ab.getDisplayOptions() & ActionBar.DISPLAY_HOME_AS_UP) != 0) {
/frameworks/native/libs/gui/
H A DCpuConsumer.cpp177 AcquiredBuffer &ab = mAcquiredBuffers.editItemAt(lockedIdx);
178 ab.mSlot = slot;
179 ab.mBufferPointer = bufferPointer;
180 ab.mGraphicBuffer = mSlots[slot].mGraphicBuffer;
254 AcquiredBuffer &ab = mAcquiredBuffers.editItemAt(lockedIdx);
255 ab.mSlot = BufferQueue::INVALID_BUFFER_SLOT;
256 ab.mBufferPointer = NULL;
257 ab.mGraphicBuffer.clear();
/frameworks/base/core/java/android/content/pm/
H A DPackageItemInfo.java420 public final int compare(PackageItemInfo aa, PackageItemInfo ab) { argument
423 CharSequence sb = ab.loadLabel(mPM);
424 if (sb == null) sb = ab.name;
H A DApplicationInfo.java1111 public final int compare(ApplicationInfo aa, ApplicationInfo ab) { argument
1116 CharSequence sb = mPM.getApplicationLabel(ab);
1118 sb = ab.packageName;
/frameworks/native/libs/math/tests/
H A Dquat_test.cpp290 quatd ab = a * b; local
294 ASSERT_NEAR(ab.x, ab_other.x, value_eps);
295 ASSERT_NEAR(ab.y, ab_other.y, value_eps);
296 ASSERT_NEAR(ab.z, ab_other.z, value_eps);
297 ASSERT_NEAR(ab.w, ab_other.w, value_eps);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp1264 sp<ABuffer> ab; local
1272 ab = new ABuffer(NULL, mb->range_length());
1274 ab->setMediaBufferBase(mb);
1281 // Extra increment (since we want to keep mb alive and attached to ab beyond this function
1286 ab = new ABuffer(outLength);
1287 memcpy(ab->data(),
1298 uint8_t* abEnd = ab->data() + mb->range_length();
1302 sp<AMessage> meta = ab->meta();
1350 return ab;
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp837 status_t GraphicBufferSource::acquireBuffer_l(VideoBuffer *ab) { argument
891 *ab = videoBuffer;
/frameworks/base/core/java/android/app/
H A DActivity.java2593 final ActionBar ab = getActionBar();
2594 if (ab instanceof WindowDecorActionBar) {
2605 if (ab != null) {
2606 ab.onDestroy();

Completed in 1280 milliseconds