Home
last modified time | relevance | path

Searched defs:back (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DNavigationBar.java38 int back = 1; in NavigationBar() local
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.h76 Value *back() const { return ValuePtrs.back(); } in back() function
111 Value *back() const { return MDValuePtrs.back(); } in back() function
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.h76 Value *back() const { return ValuePtrs.back(); } in back() function
111 Value *back() const { return MDValuePtrs.back(); } in back() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java490 final View back = getBackButton(); in dump() local
/frameworks/base/tools/aapt/
DImages.cpp409 int which, int front, int back, int size, int* start, int* end) in select_patch()